chore: update dependencies#136
Merged
Merged
Conversation
Update all dependencies to their latest compatible versions. Minor/patch bumps (within existing ranges, lockfile only): Sentry, Radix UI, Storybook, Vitest, Next, React, Tailwind, Zod, and others. Major bumps (with required code changes): - kysely 0.28 -> 0.29: migration utilities (Migrator, FileMigrationProvider) moved to the "kysely/migration" subpath; updated tests/helpers/migrator.ts imports accordingly. - react-day-picker 9 -> 10: the "table" classNames key was renamed to "month_grid"; updated components/ui/calendar.tsx. - lucide-react 0.577 -> 1.17, typescript 5 -> 6, testcontainers 11 -> 12, kysely-ctl 0.20 -> 0.21: no code changes needed. eslint held at 9.x: eslint-config-next 16's plugins still peer-cap at eslint 9, so eslint 10 is not yet supported. Verified: build, build-storybook, lint (0 errors), and unit tests (203 passing) all pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates all dependencies to their latest compatible versions.
Minor/patch bumps (within existing semver ranges — lockfile only): Sentry, Radix UI, Storybook, Vitest, Next, React, Tailwind, Zod,
@hookform/resolvers,pg,date-fns,playwright,postcss, and others.Major bumps requiring code changes:
0.28→0.29: migration utilities (Migrator,FileMigrationProvider) moved to thekysely/migrationsubpath. Updatedtests/helpers/migrator.tsimports.9→10: thetableclassNames key was renamed tomonth_grid. Updatedcomponents/ui/calendar.tsx.Major bumps with no code changes needed: lucide-react
0.577→1.17, typescript5→6, testcontainers11→12, kysely-ctl0.20→0.21.Intentionally held back:
9.x—eslint-config-next@16's bundled plugins still peer-cap at eslint^9, so eslint 10 is not yet supported (lint errors out under v10).Test plan
npm run build— passesnpm run build-storybook— passesnpm run lint— 0 errors (9 pre-existing warnings unchanged)npm run test— 203 passing🤖 Generated with Claude Code